home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / comm / www / ALynx.lha / ALynx / orig / PROBLEMS < prev    next >
Text File  |  1995-04-16  |  4KB  |  81 lines

  1. Lynx PROBLEMS file.
  2.  
  3. Ideally you would never have to read this, but inevitably problems
  4. do arise.  As implementation and installation problems become known
  5. they will be outlined in this file.
  6.  
  7.     Control-Z on Unix can cause aberrant behavior.  If you encounter
  8.     problems, use -restrictions=suspend to disable it, and only '!'
  9.     for escapes to shell (on VMS control-Z is unconditional 'Q'uit,
  10.     with no attempt to suspend the Lynx process only temporarily).
  11.  
  12.     Screen resizing can be a bit funny.  If you resize the screen, 
  13.     documents that have been cached will be out of whack.  Any further 
  14.     documents will look fine.  This is a curses program anyway, so 
  15.     resizeable terminals are not that common.  On some systems 
  16.     (i.e. HP/UX) terminal resizing does not work at all.
  17.     You can reload documents to the current window size with CTRL-R
  18.  
  19.     The Sun `shelltool' and `cmdtool' terminals are stupid by default.  
  20.     In order to get bold text to appear differently than inverse video, 
  21.     the user should put this line in ~/.Xdefaults:
  22.  
  23.         Term*boldStyle:         Offset_X
  24.  
  25.     From the `shelltool' man page, it seems that an analogous line 
  26.     in ~/.defaults
  27.  
  28.         /Tty/Bold_style "Offset_X"
  29.  
  30.     ought to work just as well, but I you may not get the desired
  31.     behavior until you modify your .Xdefaults file (and run `xrdb
  32.     ~/.Xdefaults').  Note also that there are other supported values 
  33.     for the boldStyle resource/Bold_style default, all of which begin 
  34.     with "Offset_". (helpful hint from kevin@traffic.den.mmc.com)
  35.  
  36.     Dirctory browsing has been implemented for VMS, but there are no
  37.     plans to port additional DIRED support, because Lynx must handle files
  38.     as streams, and this precludes "serious" Directory/File Management on
  39.     VMS.  Use a jumps file link to C SWING (sources or executables are
  40.     available from ftp://narnia.memst.edu).
  41.  
  42.     When one switches between K)eypad "Numbers act as arrows" versus
  43.     "Links are numbered" in the 'o'ptions menu, the change is not
  44.     implemented until the next loading, RELOAD, or RESUBMIT of a document
  45.     (so do a RELOAD or RESUBMIT on return to the current document, if
  46.     necessary) and if the switch is done when the current document is a
  47.     DIRED menu in which links have been tagged, the tagging can be trashed
  48.     (so don't switch at such times 8-).
  49.  
  50.     When "Links are numbered" is on, if a line is split on an anchor (to
  51.     obey right margin restrictions), and there is no space in the bolded
  52.     string such that the entire "[#]string" must be moved down, the "[#]"
  53.     becomes bolded, instead on only "string".
  54.  
  55.     Telnet, tn3270 and rlogin URL's are not yet supported for Lynx built
  56.     on VMS with SOCKETSHR_TCP or CMU_TCP  Andy Harper (see SOCKETSHR.announce
  57.     or CMU.announce) is working on it.
  58.  
  59.     When news articles are being parsed for embedded references to other
  60.     articles, which are encased in angle brackets, any email addresses
  61.     that are encased in angle brackets will be misinterpretted as article
  62.     references.  They have identical format, i.e., <foo@host>, and though
  63.     a human brain can figure out which they are based on context, Lynx is
  64.     not as smart and always assumes that they are article references.
  65.  
  66.     Lynx can go into a tight loop on VMS, eating up CPU, when users are
  67.     connected via modem or terminal server and abruptly disconnect.
  68.  
  69.     Lynx treats CRLF or LF as a word space when rendering HTML (or as a
  70.     newline in PRE formatted sections), but doesn't do that for CR alone.
  71.     
  72.     The Mosaic v2.5 hostlist uses HTML similar to that of Lynx's bookmark
  73.     file, but with </UL></HTML> at the bottom, such that it is not fully
  74.     compatible with Lynx's file.  If you try to use the Mosaic file as if
  75.     it were a Lynx bookmark file, the </UL></HTML> will not be taken into
  76.     account and new links will be added below rather than above those end
  77.     tags.  Instead, add a link to the Mosaic file in your Lynx file, and
  78.     to the Lynx file in your Mosaic file, so that you can access both files
  79.     with both clients.
  80.  
  81.